home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / frio / r3ownd.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.2 KB  |  86 lines

  1.  
  2. // JavaScript wrapper for r3ownd.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_WNDSETTINGS_H = 1;
  7. include("real/frio/r3output.js")
  8.  
  9.  
  10. var R3CLID_WNDSETTINGS = 555;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3WNDOSETA_Window = 555500;
  19. function SetR3WNDOSETA_Window(value) {
  20.   R3Set(this.r3obj, R3WNDOSETA_Window, value, R3TID_OBJECT, 0); 
  21. }
  22.  
  23. function GetR3WNDOSETA_Window() {
  24.   return R3ToJS(R3Get(this.r3obj, R3WNDOSETA_Window, R3TID_OBJECT, 0)); 
  25. }
  26.  
  27. R3WNDOSETA_Depth = 555501;
  28. function SetR3WNDOSETA_Depth(value) {
  29.   R3Set(this.r3obj, R3WNDOSETA_Depth, value, R3TID_INTEGER, 0); 
  30. }
  31.  
  32. function GetR3WNDOSETA_Depth() {
  33.   return R3Get(this.r3obj, R3WNDOSETA_Depth, R3TID_INTEGER, 0); 
  34. }
  35.  
  36. R3WNDOSETA_DitheringScale = 555502;
  37. function SetR3WNDOSETA_DitheringScale(value) {
  38.   R3Set(this.r3obj, R3WNDOSETA_DitheringScale, value, R3TID_FLOAT, 0); 
  39. }
  40.  
  41. function GetR3WNDOSETA_DitheringScale() {
  42.   return R3Get(this.r3obj, R3WNDOSETA_DitheringScale, R3TID_FLOAT, 0); 
  43. }
  44.  
  45. R3WNDOSETA_AutoSize = 555503;
  46. function SetR3WNDOSETA_AutoSize(value) {
  47.   R3Set(this.r3obj, R3WNDOSETA_AutoSize, value, R3TID_INTEGER, 0); 
  48. }
  49.  
  50. function GetR3WNDOSETA_AutoSize() {
  51.   return R3Get(this.r3obj, R3WNDOSETA_AutoSize, R3TID_INTEGER, 0); 
  52. }
  53.  
  54. R3WNDOSETA_CustomDCControl = 555504;
  55. function SetR3WNDOSETA_CustomDCControl(value) {
  56.   R3Set(this.r3obj, R3WNDOSETA_CustomDCControl, value, R3TID_INTEGER, 0); 
  57. }
  58.  
  59. function GetR3WNDOSETA_CustomDCControl() {
  60.   return R3Get(this.r3obj, R3WNDOSETA_CustomDCControl, R3TID_INTEGER, 0); 
  61. }
  62.  
  63.  
  64.  
  65. function r3Wndsettings () { 
  66.    this.base = r3God;
  67.    if(arguments.length) {
  68.       this.base(R3CLID_WNDSETTINGS, arguments);
  69.    }
  70.    // Methods
  71.  
  72.    // Attributes
  73.    this.GetWindow=GetR3WNDOSETA_Window;
  74.    this.SetWindow=SetR3WNDOSETA_Window;
  75.    this.GetDepth=GetR3WNDOSETA_Depth;
  76.    this.SetDepth=SetR3WNDOSETA_Depth;
  77.    this.GetDitheringScale=GetR3WNDOSETA_DitheringScale;
  78.    this.SetDitheringScale=SetR3WNDOSETA_DitheringScale;
  79.    this.GetAutoSize=GetR3WNDOSETA_AutoSize;
  80.    this.SetAutoSize=SetR3WNDOSETA_AutoSize;
  81.    this.GetCustomDCControl=GetR3WNDOSETA_CustomDCControl;
  82.    this.SetCustomDCControl=SetR3WNDOSETA_CustomDCControl;
  83. }
  84.  
  85. r3Wndsettings.prototype=new r3Output;
  86. // r3ownd.h_H